Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Function |insert

std/data/string_map::|insert


Usage

|insert(map, key, value)

Parameters

↳ map: StringMap (std/data/string_map::StringMap)
↳ key: string
↳ value: string

Return

StringMap


Return a copy of map with key set to value, overwriting any existing entry for that key.